home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / gle33b_1.zip / GLE4.ZIP / STACK4B.GLE < prev    next >
Text File  |  1990-12-01  |  1KB  |  55 lines

  1. size 18 26  ! box  (uncomment box for measuring with ruler) STACK4B.GLE
  2. set font ss
  3. amove 1 19
  4. begin graph
  5.     size 10 5
  6.     data TEST.DAT
  7.     title "Top graph, stack4b.gle" hei .5 dist 1
  8.     fullsize
  9.     xaxis min -1 max 6 dticks 1 hei .3 nofirst nolast
  10.     yaxis min 0 max 20 hei .3 dticks 5 
  11.     x2labels on
  12.     d1 marker wsquare  msize .4 lstyle 1
  13.     d2 marker dot  msize 1 lstyle 2
  14.     fill x1,d1 color grid4 xmax 3
  15.     fill x1,d1 color grey20 xmin 3
  16. end graph
  17.  
  18. rmove 0 -5
  19. begin graph
  20.     size 10 5
  21.     data TEST.DAT
  22.     fullsize
  23.     xaxis min -1 max 6 dticks 1 hei .3 nofirst nolast
  24.     yaxis min 0 max 20 hei .3 dticks 5 nolast
  25.     bar d1,d2 width .2 dist .2 fill grey10,grid3 color black,black
  26. end graph
  27.  
  28. rmove 0 -5
  29. begin graph
  30.  data TEST.DAT
  31.  fullsize
  32.  size 10 5
  33.  xaxis min -1 max 6 dticks 1 hei .3 nofirst nolast
  34.  yaxis min 0 max 20 hei .3 dticks 5 nolast
  35.  xlabels off
  36.  y2labels on
  37.  d1 marker dot lstyle 2 err 10%
  38.  d2 marker dot lstyle 1 err 10%
  39. end graph
  40.  
  41. rmove 0 -5
  42. begin graph
  43.  data TEST.DAT
  44.  title "Bottom graph" hei .4 dist 0.0
  45.  fullsize
  46.  size 10 5
  47.  xaxis min -1 max 6 dticks 1 hei .3 nofirst nolast grid
  48.  yaxis min 0 max 20 hei .3 dticks 5 nolast grid
  49.  xticks lstyle 2 lwidth 0.0001      ! sets the grid line style
  50.  yticks lstyle 2 lwidth 0.0001
  51.  d1 marker wsquare  msize .4 lstyle 2 key "Age"
  52.  key hei .5
  53.  d2 marker dot  msize 1 lstyle 1 key "Width"
  54. end graph
  55.